home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / PowerPlant / HToggleRadioButton 1.2 / HToggleRadioButton Test 68k / MyPP_DebugHeaders.pch++ < prev   
Encoding:
Text File  |  1996-09-04  |  870 b   |  26 lines  |  [TEXT/CWIE]

  1. // ===========================================================================
  2. //    PP_DebugHeaders.pch           ©1995-1996 Metrowerks Inc. All rights reserved.
  3. // ===========================================================================
  4. //
  5. //    Source for precompiled header for PowerPlant headers
  6. //
  7. //    This file #includes most header files for the PowerPlant library,
  8. //    as well as most of the Toolbox headers used by the PowerPlant library
  9. //    with all debugging symbols defined.
  10.  
  11.  
  12.     // This same file works for PowerPC, CFM68K, and 68K. We check the target
  13.     // at compile time and specify the appropriate output file name.
  14.     
  15. #if __POWERPC__
  16.     #pragma precompile_target "MyPP_DebugHeadersPPC"
  17.     
  18. #elif __CFM68K__
  19.     #pragma precompile_target "MyPP_DebugHeadersCFM68K"
  20.     
  21. #else
  22.     #pragma precompile_target "MyPP_DebugHeaders68K"
  23. #endif
  24.  
  25. #pragma once on
  26. #include <PP_DebugHeaders.cp>